adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetFileServiceProviders Method / GetFileServiceProviders(String[],ObjectFetchOptions,Int32,Boolean) Method

In This Topic
    GetFileServiceProviders(String[],ObjectFetchOptions,Int32,Boolean) Method
    In This Topic
    Gets File Service Providers from the server.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetFileServiceProviders( _
       ByVal providerTypes() As String, _
       ByVal options As ObjectFetchOptions, _
       ByVal pageSize As Integer, _
       ByRef restartPaging As Boolean _
    ) As FileServiceProviderCollection

    Parameters

    providerTypes
    options
    pageSize
    restartPaging
    See Also